.banner .box {
	height: 100%;
}

.banner img {
	width: 105%;
	height: 100%;
	display: block;
	object-fit: cover;
	transform: translateX(-5%)
}

.banner .swiper-slide-active img {
	animation: move3 5s;
}

@keyframes move3 {
	0% {
		transform: translateX(0%)
	}

	100% {
		transform: translateX(-5%)
	}


}

.banner {
	margin-top: 65px;
}

.banner .box {
	position: relative;
}

.banner .swiper-wrapper {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 128px;
	height: 3px;
	display: inline-block;
	background: #000;
	border-radius: 0%;
	opacity: 1;
	position: relative;
}

.swiper-pagination-white .swiper-pagination-bullet::after {
	background: #ff0000;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
}




.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 5s ease-out;
	-webkit-transition: 5s ease-out;
	-ms-transition: 5s ease-out;
	-moz-transition: 5s ease-out;
	-o-transition: 5s ease-out;
	background: #ff0000;
}



h3 {
	font-weight: 100;
}

.main1 {
	max-width: 1640px;
	margin: 0 auto;
}

.main2 {
	max-width: 1440px;
	margin: 0 auto;
}

.banner .text {
	text-align: center;
	position: absolute;
	width: 100%;

	top: 40%;
	left: 0;
	z-index: 3;
}

.banner .text h3 {
	font-size: 50px;
	color: #ffffff;
}

.titi {
	text-align: center;
	padding: 60px 0 45px 0;
	display: block;
	margin-bottom: 60px;
	border-bottom: 1px solid #7c7c7c;
}

.titi h3 {
	font-size: 60px;
	color: #3f3f3f;
}

.field {
	text-align: center;
}

.field .pic {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
}

.fh-top {
	width: 55px;
	height: 55px;
	display: inline-block;
	position: fixed;
	right: 40px;
	bottom: 10%;
	background: url(../images/hkl.png) no-repeat center;
	background-size: 100% auto;
	z-index: 99999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition: all 0.5s;
 
}

.fh-top:hover {

	background: url(../images/top.png) no-repeat center;
	background-size: 100% auto;
}

.field img {
	width: 80px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.field ul li:hover .pic img {
	margin-top: -80px;
}

.fp-box-1 .head {

	width: 100%;
	color: #2b2c30;
	font-size: 20px;


}

.fp-box-1 .head ul {
	white-space: nowrap;
	line-height: 30px;
	text-align: center;
	width: 100%;
	position: relative;
}

.fp-box-1 .head ul span {}

.fp-box-1 ul li {

	position: relative;
}

.fp-box-1 ul li .nm {
	display: block;
	float: left;
	margin-left: 30px;
}

.fp-box-1 ul li .line22 {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #0075c1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.line22 {
	height: 2px;
	position: absolute;
	background: #000;
	top: 70%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}



.fp-box-1 .head ul li {

	padding: 0 47px;
	box-sizing: border-box;
	display: inline-block;
}

.fp-box-1 .head ul li a {
	display: inline-block;
	padding-bottom: 30px;
}

/* .fp-box-1 .head ul li a:hover{
	border-bottom: 2px solid #000;
} */
/* .fp-box-1 .head ul li a.hover{
	border-bottom: 2px solid #000;
} */


.fp-box-1 .list ul {
	margin-top: 0px;
	margin-left: -20px;
	margin-right: -20px;
}

.fp-box-1 .list ul li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 30px;
	position: relative;
}

.fp-box-1 .list ul li::after {
	display: block;
	content: "";
	width: 0%;
	height: 100%;
	z-index: 99;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.fp-box-1 .list ul li::after {
	animation: myfirst 1.2s;
	-moz-animation: myfirst 1.2s;	/* Firefox */
	-webkit-animation: myfirst 1.2s;	/* Safari 和 Chrome */
	-o-animation: myfirst 1.2s;	/* Opera */
}

@keyframes myfirst {
	0% {
		width: 0;
	}

	50% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}



@-moz-keyframes myfirst /* Firefox */
{
0% {
		width: 0;
	}

	50% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0% {
		width: 0;
	}

	50% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}

@-o-keyframes myfirst /* Opera */
{
0% {
		width: 0;
	}

	50% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}







.fp-box-1 .list ul li .pic {
	width: 100%;
	height: 413px;
	overflow: hidden;

}

.fp-box-1 .list ul li .pic img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}


.fp-box-1 .list ul li .text {
	padding: 15px;
	position: relative;
}

.fp-box-1 .list ul li .text h3 {
	font-size: 20px;
	color: #000000;
	padding-bottom: 5px;
}

.fp-box-1 .list ul li .text span {
	font-size: 14px;
	color: #9fa0a0;
}

.fp-box-1 .list ul li .text .fan {
	position: absolute;
	bottom: 0;
	right: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp-box-1 .list ul li:hover .fan {
	right: 0;
}

.fp-box-1 .list ul span {}

.about-box {
	background-color: #2b2c30;
	padding-top: 15px;
	margin-top: 30px;
}

.about-box .titi h3 {
	color: #fff;
}

.about-box .titi {
	border-bottom: 1px solid #fff;
}

.about-box .text {
	padding: 0 270px;
	color: #fff;
	margin-bottom: 30px;
}

.about-box img {
	width: 100%;
	display: block;
}

.cooperation {
	text-align: center;
}


.cooperation .swiper-slide {
	width: 195px;
	height: 78px;
	margin-bottom: 20px;
}

.cooperation .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;


}

.cooperation .swiper-slide {
	margin-bottom: 70px;
}

.cooperation .swiper-pagination-bullet-active {
	opacity: 1;
	background: #3f3f3f;
}

.fp-box-1-two {

	margin-top: 80px;
	padding-bottom: 30px;
}

.fp-box-1-two .list ul li .text {
	padding: 10px 0;
}

.fp-box-1-two .list ul li .text h3 {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}

.fp-box-1-two .list ul li .text em {
	font-size: 16px;
	color: #9fa0a0;
	font-style: normal;
}

.map {
	width: 92%;
	margin: 0 auto;
	text-align:center;
}

.map #dituContent {
	height: 485px;
}

.main-two {
	margin-top: 0;
}

.fp-box-1-ii {
	margin-top: 120px;
}

.nav li:hover .z_nav {
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.more {
	display: block;
	width: 310px;
	height: 55px;
	border: 2px solid #3c3c3c;
	margin: 65px auto;
	border-radius: 30px;
	line-height: 55px;
	padding-left: 40px;
	font-size: 16px;
	color: #2b2c30;
	background: url(../images/xian.png) no-repeat;
	background-position-x: 80%;
	background-position-y: 49%;
}

.more:hover {
	background: url(../images/bai.png) no-repeat;
	background-position-x: 80%;
	background-position-y: 49%;
	background-color: #000;
	color: #fff;
}

.details {
	margin-top: 100px;

}

.details .text {
	background-color: #f6f6f6;
	width: 100%;
	padding-bottom: 130px;
	padding-top: 90px;
}

.details .text .left {
	width: 50%;
	float: left;
	padding-left: 145px;
	box-sizing: border-box;
}

.details .text .left h3 {
	line-height: 36px;
	color: #b5b5b6;
	font-size: 32px;
	font-weight: bold;


}

.details .text .left h4 {
	font-size: 32px;
	color: #2b2c30;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 10px;
}

.details .text .left i {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #000;
}

.details .text .rii {
	width: 50%;
	float: right;
	padding-right: 100px;
}

.details .text .rii {
	font-size: 14px;
	color: #000000;
	line-height: 32px;
}

.details .pic img {
	width: 100%;
	margin-bottom: 25px;
	object-fit: contain;
}

.other .swiper-container {
	width: 100%;
}

.til {
	padding: 20px 0;
}

.til h3 {
	float: left;
	font-size: 25px;
	color: #2b2c30;
	font-weight: bold;
}

.til i {
	display: inline-block;
	float: right;
	padding-top: 10px;
}

.other .box .text {
	padding: 10px;
	margin-bottom: 50px;
	position: relative;
}

.other .box .text h3 {
	font-size: 20px;
	color: #000000;
	padding-bottom: 5px;
}

.other .box .text span {
	font-size: 16px;
	color: #9fa0a0;
}

.other .box .text .fan {
	position: absolute;
	bottom: 0;
	right: 10px;
}

.other {
	position: relative;
}

.other img {
	width: 100%;
}

.other .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: url(../images/ri1122.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 60px;
	width: 25px;
}

.other .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background: url(../images/left1122.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 60px;
	width: 25px;
}

.other .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .15;
	cursor: auto;
	pointer-events: none;
}

.juli {
	height: 15px;
	width: 100%;
}

.details-two .text {
	background-color: #fff;
	width: 100%;
	padding-bottom: 130px;
	padding-top: 0px;
}

.details-two .text .left h3 {

	color: #5f5d5d;
	font-size: 20px;
	font-weight: 100;
}

.details-two .text .left h4 {
	color: #7b7a7a;
	font-size: 16px;
	font-weight: 100;
	margin-top: 0px;
	padding-bottom: 10px;
	line-height: 26px;
}

.details-two .text .left h5 a {
	color: #7b7a7a;
}

.details-two .text .left h4 a:hover {
	color: #007AFF;
}

.details-two .text .left h5 {
	color: #7b7a7a;
	font-size: 14px;
	font-weight: 100;
	margin-top: 0px;
	padding-bottom: 10px;
	line-height: 26px;
}

.details-two .text .left h5 a {
	color: #7b7a7a;
}

.details-two .text .rii .headff {
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;

}

.details-two .text .rii .headff h3 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.details-two .text .rii .text1 {
	padding-top: 30px;
	line-height: 22px;
	border-bottom: 1px solid #e6e6e6;
}

.details-two .text .rii .text1 p {
	text-indent: 2rem;
}

.details-two .text .rii .text1 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.details-two .text .rii {
	padding-bottom: 50px;
	width: 45%;
	float: left;

}

.details-two .text .rii .box {
	margin-top: 30px;
}

.details-two .text .rii .box1 {
	float: left;
}

.details-two .text .rii .box2 {
	float: right;
}

.details-two .text .rii .box2 img {
	margin: 0 10px;
}

.field ul li {
	width: 25%;
	float: left;
	padding: 50px 0;
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-o-transition: all 1.3s;
	transition: all 1.3s;
}

.field ul li .pic .a2 {
	display: none;
}

.field ul {
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2)
}

.field ul li .text {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: #9fa0a0;
}

.field ul li:hover .pic .a1 {
	display: none;
}

.field ul li:hover .pic .a2 {

	display: block;

	margin: 0 auto;
}

.field ul li:hover {
	background-color: #c8000a;
}

.field ul li:hover .text {
	color: #fff;
}

.field ul li {
	height: 203px;
}








.field ul li {
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}

.field ul a:nth-child(5) li,
.field ul a:nth-child(6) li,
.field ul a:nth-child(7) li,
.field ul a:nth-child(8) li {
	border-bottom: none;
}



.cooperation .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
	left: 0;
	width: 100%;
}

.other .box .pic {
	overflow: hidden;
}

.other .box .pic:hover img {
	transform: scale(1.6);
	-webkit-transform: scale(1.6);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.6);
}

.other .box .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
	object-fit: cover;
}

.other .box:hover .text .fan {
	position: absolute;
	bottom: 0;
	right: 0px;
}


.fp-box-1 .list ul li .pic img:hover {}
}

@media screen and (max-width:1600px) {
	.fp-box-1 .list ul li .pic {
		width: 100%;
		height: 303px;
		overflow: hidden;

	}

	.fp-box-1 .list ul {
		margin-top: 65px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.details .main1 {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.other {
		padding: 0 60px;
		box-sizing: border-box;
	}

	.other .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {

		left: 20px;
	}

	.other .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {

		right: 20px;
	}
}

@media screen and (max-width:1400px) {
	.about-box .text {
		padding: 0 170px;
		color: #fff;
		margin-bottom: 30px;
	}

	.fp-box-1 .head ul {
		overflow-x: auto;
		white-space: nowrap;
		line-height: 30px;
		text-align: center;
		width: 100%;

	}

	.fp-box-1 .head ul::-webkit-scrollbar-thumb {
		background-color: #fff;
	}
}

@media screen and (max-width:1200px) {
	.fp-box-1 .list ul li {
		width: 50%;
	}

	.about-box .text {
		padding: 0 100px;
		color: #fff;
		margin-bottom: 30px;
	}

	.fp-box-1-two .list ul li {
		width: 33.33%;
	}

	.details .text .left {

		padding-left: 15px;

	}
}

@media screen and (min-width:800px) {

.fp-box-1 .list ul li .pic img {

	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
	}
	
.fp-box-1 .list ul li .pic img:hover {
	transform: scale(1.6);
	-webkit-transform: scale(1.6);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.6);
}
}

@media screen and (max-width:800px) {
.fp-box-1-two{ margin-top:40px}
	.line22 {
		display: none;
	}

	.fp-box-1 .head ul li a {
		display: inline-block;
		position: relative;
		height: 46px;
	}

	.fp-box-1 .head ul li a.hover::after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: #000000;
	}

	.banner .swiper-pagination-bullet {
		width: 4px;
		height: 13px;
		background: #fff;
	}

	.swiper-pagination-white .swiper-pagination-bullet::after {
		background: #fff;
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}




	.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
		display: block;
		content: "";
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
		height: 23px;
		z-index: 1;
		transition: 0.2s ease-out;
		-webkit-transition: 0.2s ease-out;
		-ms-transition: 0.2s ease-out;
		-moz-transition: 0.2s ease-out;
		-o-transition: 0.2s ease-out;
		background: #ff0000;
	}








	.banner .text h3 {
		font-size: 24px;
		color: #ffffff;
	}

	.map #dituContent {
		height: 285px;
	}

	.fp-box-1 .list ul {
		margin-top: 10px;
	}


	.fp-box-1 .head ul li a {
		display: inline-block;
		padding-bottom: 10px;
		font-size: 14px;
	}

	.fp-box-1 .head ul li {
		padding: 0px 15px;

	}

	.fp-box-1 .list ul li {
		width: 100%;
	}

	.titi h3 {
		font-size: 30px;
	}

	.titi {
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.fp-box-1 .list ul li .pic {
		width: 100%;
		height: 270px;
		overflow: hidden;
	}

	.fp-box-1 .list ul li .text span {
		font-size: 12px;
		color: #9fa0a0;
	}

	.about-box .text {
		padding: 0 20px;
		color: #fff;
		line-height: ;
	}

	.cooperation .swiper-slide {
		margin-bottom: 10px;
		padding: 10px;
		box-sizing: border-box;
	}

	.more {
		display: block;
		width: 200px;
		height: 40px;
		border: 2px solid #3c3c3c;
		margin: 20px auto;
		border-radius: 30px;
		line-height: 40px;
		padding-left: 30px;
		font-size: 14px;
		color: #2b2c30;
		background: url(../images/xian.png) no-repeat;
		background-position-x: 80%;
		background-position-y: 52%;
		background-size: 70px auto;
	}

	.more:hover {
		background: url(../images/bai.png) no-repeat;
		background-position-x: 80%;
		background-position-y: 52%;
		background-color: #000;
		background-size: 70px auto;
	}

	.details .text {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 45px;
		padding-top: 24px;
	}

	.details .text .left {
		width: 100%;

		padding-left: 0px;
		box-sizing: border-box;
	}

	.details .text .rii {
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}

	.details .text .left h3 {
		line-height: 26px;
		font-size: 18px;

	}

	.details .text .left h4 {
		font-size: 20px;
		margin-top: 14px;
		padding-bottom: 0px;
	}

	.details {
		margin-top: 77px;
	}

	.other {
		padding: 0 35px;
		box-sizing: border-box;
	}

	.other .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {

		top: 45%;
		right: 0px;
	}

	.other .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {

		top: 45%;
		left: 0px;
	}

	.field ul li {
		width: 50%;
		float: left;
		padding: 20px 0;
		height: 140px;
	}

	.field ul li .text h3 {
		margin-bottom: 20px;
	}

	.field ul li {
		height: 155px;
		border-bottom: 1px solid #cfcfcf !important;
	}

	.fh-top {
		width: 35px;
		height: 35px;
		display: inline-block;
		position: fixed;
		right: 10px;
		bottom: 10%;

	}

	.cooperation .swiper-container {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		z-index: 1;
		padding-bottom: 20px;
	}

	.nav li .z_nav {


		line-height: 40px !important;


		height: auto !important;

	}

	.fp-box-1-two {

		padding: 0 0px;
	}

	.other .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display: none;
	}

	.other .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		display: none;
	}
.fp-box-1 .list ul {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.fp-box-1 .list ul li .text {
    padding: 15px;
    position: relative;
	padding-left: 0;
}
.fp-box-1 .list ul li .text .fan {
    position: absolute;
    bottom:0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

}

.fp-box-1-two .list ul li::after{
	display: none;
}
